home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / h / hypertextdatav40.12cr.lha / HTDS / ReadMe.Txt < prev    next >
Encoding:
Text File  |  1997-04-05  |  4.4 KB  |  145 lines

  1. Short:    HyperText-DataType-System (HTDS) 40.10
  2. Author:   Stefan.Ruppert@informatik.fh-wiesbaden.de
  3. Uploader: Stefan.Ruppert@informatik.fh-wiesbaden.de
  4. Type:     util/dtype
  5. Version:  40.10
  6. Distribution: NoCD
  7.  
  8. ***************************************************************************
  9. *                                                                         *
  10. *                     HyperText-DataType-System 40.10                     *
  11. *                                                                         *
  12. *                        Written by Stefan Ruppert                        *
  13. *                                                                         *
  14. ***************************************************************************
  15.  
  16. This package provides a modular HyperText System based on the datatypes concept
  17. of the AmigaOS 3.x . It offers many features, which aren't implemented in any
  18. currently available datatypes. Currently there are the following datatypes
  19. available in HTDS:
  20.  
  21. - hypertext.datatype :
  22.   super-class for all HyperText/Text related formats
  23.  
  24. - hyperguide.datatype :
  25.   AmigaGuide compatible sub-class, which implements most of known AmigaGuide V40
  26.   commands and attributes.
  27.  
  28. - html.datatype :
  29.   The WWW document standard can nowbe viewed with MultiView.
  30.  
  31. - directory.datatype :
  32.   Allows you to browse through the FileSystem
  33.  
  34. - man.datatype :
  35.   Used to manage Unix-Manual-Pages in ASCII format (output of groff). Now you can
  36.   use man-pages with HyperText links !
  37.  
  38. - htdsascii.datatype
  39.   display normal ANSI texts
  40.  
  41. - productinfo.datatype
  42.   display the Product-Info files
  43.  
  44. In the SDK archive :
  45.  
  46. - catalog.datatype
  47.   Sample implementation for IFF files.
  48.  
  49. - htdemo.datatype
  50.   Example sub-class DataType with full source code
  51.  
  52. - dirdemo.datatype
  53.   Subclass of directory.datatype
  54.  
  55. Some other DataTypes should come (soon?) :
  56.  
  57. - mail.datatype
  58.   Provide a HyperText link for each mail in a Mail-Folder
  59.  
  60. - autodoc.datatype
  61.   Browse through autodoc files without converting them
  62.  
  63. - xxx.datatype
  64.   If you have any ideas, let me know.
  65.  
  66. Main features are :
  67. ===================
  68.  
  69. * embedding of other datatypes objects, which supports DTM_DRAW method
  70. * definition of links
  71. * multiple fonts
  72. * asyncron rendering
  73. * starting program's, ARexx macros from a link
  74. * Retrace/Forward buttons
  75. * ARexx port with commands to manipulate the hypertext object
  76. * well defined HyperText Programming Interface (HTPI)
  77. * supports lists like HTML : <OL>,<UL> and <DL>
  78. * supports normal and pattern searching
  79. * rexx scripts for internet access from a hypertext document (ftp,aminet,www,mail)
  80. * node indexing for very fast opening of hyperguide documents
  81. * rexx script for source viewing
  82. * background colors and pictures
  83. * HTML color expression handling (#RRGGBB)
  84. * navigator button row configuration
  85. * export class system. HTML/AscII export.
  86.  
  87. ToDo list :
  88.  
  89. * removing bugs
  90. * optimization of the hypertext.datatype (speed, memory usage)
  91. * more ARexx commands
  92. * documentation ....
  93. * and more ...
  94.  
  95. *********
  96. **NOTE:**
  97. *********
  98.  
  99. The HTDS is ShareWare, see the documentation for paying the Shareware fee.
  100. From V40.6 of HTDS you can use the unregistered version without any time limits.
  101. But all new features are only available for registered users.
  102.  
  103.  
  104. This software is Shareware. See documentation for copyright and Shareware fee.
  105.  
  106.  
  107. It's strictly forbidden to include this archive in any kind of software
  108. collection except Fred Fish's AmigaLibrary, Aminet FileServer , Meeting
  109. Pearls CD's and BBS Fileareas or by a explicit permission from me !
  110.  
  111. This software is provided "as is". No representations or warranties are
  112. made with respect to the accuracy, reliability, performance, currentness,
  113. or operation of this software, and all use is at your own risk !
  114.  
  115. If you have any suggestion or comments please contact me :
  116.  
  117.  
  118. Stefan Ruppert
  119. Windthorststrasse 5
  120. 65439 Floersheim am Main
  121. GERMANY
  122.  
  123. EMail:
  124. Stefan.ruppert@informatik.fh-wiesbaden.de
  125. ruppert@informatik.fh-wiesbaden.de
  126. ruppert@goofy.zdv.uni-mainz.de
  127. ruppert@amigaworld.com
  128. WWW:
  129. http://home.pages.de/~Ruppert/
  130.  
  131.  
  132. Changes to last release :
  133.  
  134. HyperText-DataType-System 40.10 (5.4.97) :
  135.  
  136. - hypertext.datatype
  137.   - changed link lockup. Now the directory of the document is searched
  138.     before the current directory. This fixed a strange behaviour with
  139.     directory.datatype. If you clicked on a file or directory where
  140.     in the current directory exists a entry with same name, this entry
  141.     was opened. This is now fixed.
  142. - directory.datatype
  143.   - added root entry support for my new root: handler
  144.  
  145.